home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12345 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  867 b 

  1. Path: softsite.co.at!wsog
  2. Date: 19 Mar 1996 07:59:00 +0100
  3. From: wsog@softsite.co.at (Walter Sommergruber)
  4. Newsgroups: comp.lang.c++
  5. Message-ID: <65AVgFvrnTB@softsite.co.at>
  6. References: <3135A7F2.2120@hiwaay.net> <4hbiln$899@sam.inforamp.net>
  7.     <4hesba$ph@clarknet.clark.net> <3146D0D8.16BA@msn.com>
  8. Subject: Re: Leap year
  9. X-Newsreader: XP v3.02
  10. X-Charset: ISO-8859-1
  11. Organization: Sommergruber Software & Dienstleistungen
  12.  
  13. Poul A. Costinsky  (PoulACost@msn.com) wrote on 13.03.96
  14. about "Re: Leap year":
  15.  
  16. > return (!(y % 4) && (y % 100));
  17. >
  18. > Hope this helps.
  19.  
  20. No, Poul, it don't think it helps him much if you post nonsense.
  21. Please read the FAQ before posting.
  22.  
  23. ---                                     Take a look at ...
  24. Walter Sommergruber                                    The Software Site
  25. email: wsog@softsite.co.at           http://www.softsite.co.at/softsite/
  26.